home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Network / Snak / Snak 4.5.4 PPC / Scripts / input2 / input2.rsrc / TEXT_1128.txt < prev    next >
Encoding:
Text File  |  2000-10-26  |  327 b   |  1 lines

  1. A script showing how it is possible to have multiple event handlers. Load input1 first with "/load input1" and then "/load input2"  You will see both input handlers being icalled n the order they were loaded. The processing of an event stops when the first handler returns true, meaning that the event was completely processed.